home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / misc / 563 / settime / settime.doc < prev    next >
Encoding:
Text File  |  1991-08-23  |  1.6 KB  |  31 lines

  1. Docs for SETTIME
  2.  
  3. This Program is written in GFA BASIC 3.0x and is released as 
  4. public domain for the enjoyment of all.
  5.  
  6. I have had this laying around for quit some time now and thought 
  7. it might be of interest to you GFAer's.  This should give you an 
  8. idea of what it takes to program RSC files.  The nice thing about 
  9. the Resource Construction Set is that you don't have to worry 
  10. about screen resolution and sizing your dialogs accordingly, 
  11. for medium and high rez.  Low rez needs a different RCS file.  In 
  12. the source it is commented to explain what is going on so I won't 
  13. get into that here.  When I originally did this all I had to go on 
  14. was the Michtron Manual and I would have killed for an example 
  15. like this.  Sometimes we have to learn the hard way but I hope 
  16. this will make it easier for someone else out there.
  17.  
  18. To run the program make sure you have SETTIME.PRG and SETTIME.RSC 
  19. in the same directory.  The program will prompt you for the date 
  20. and time.  When you have entered it press Return or click on [OK] 
  21. in the dialog box.  The program then tries to set the date and 
  22. time, which may have been entered incorrectly.  Another dialog box 
  23. will appear confirming you entered the correct date and time.  
  24. Press Return or click on [OK] to exit.  If the date and time is 
  25. incorrect click on [RESET] and the program will go back to the 
  26. first dialog box allowing you to re-input the date and time.  The 
  27. input dialog defaults to Pm so if you don't put in "a" or "A" at
  28. that input the porgram assumes you want "P" whether you put it in 
  29. or not.
  30.  
  31.